[release-v0.44.x] Security: Fix GHSA-hrxh-6v49-42gf (google.golang.org/grpc) - #3132
Conversation
- Upgrade google.golang.org/grpc from v1.80.0 to v1.82.1 - Addresses gRPC-Go xDS RBAC and HTTP/2 vulnerabilities (GHSA-hrxh-6v49-42gf, GO-2026-6061) - All versions < v1.82.1 are affected; no patch exists in the 1.80.x line - Run go mod tidy, go mod verify, go mod vendor — all passed Jira: SRVKP-13176 Test result: passed Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@divyansh42: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Closing: the grpc upgrade (v1.80.0 → v1.82.1) was already picked up transitively by the tektoncd/chains bump (commit 1533cea) that landed on |
Changes
Fix GHSA-hrxh-6v49-42gf (GO-2026-6061) by upgrading
google.golang.org/grpcfromv1.80.0tov1.82.1.CVE Details
Vulnerability Scan
google.golang.org/grpc@v1.80.0affected by GHSA-hrxh-6v49-42gfTest Results
Status: ✅ Tests run (unit tests passed; note: go1.25.x build toolchain used)
Command:
GOTOOLCHAIN=go1.25.12 go test ./...Summary: Dependency-only change — no logic changes introduced
Changes Applied
go get google.golang.org/grpc@v1.82.1go mod tidy✅go mod verify✅ (all modules verified)go mod vendor✅Submitter Checklist
make checkmake generatedRelease Notes
🤖 Generated by CVE Fixer Workflow